-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
STYLE use pd_array in core #40319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STYLE use pd_array in core #40319
Conversation
bcc88bc
to
192dcdc
Compare
@MarcoGorelli i think an easier solution is construction.py:
__init__.py:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry to have a contradictory opinion .. but I am personally think that using the import alias where it's used is nicer. I would prefer to keep the actual name of the function (array
) the same as the name how it is exposed publicly, since you still see this name (eg in the repr of the function object), and it's only distracting if that's different IMO.
559040d
to
bec9a10
Compare
For me this is fine (but it's @jbrockmendel that suggested otherwise) The linting error seems relevant. |
joris makes a reasonable point about |
Indeed - fixed, thanks! |
@MarcoGorelli can you do another (final) merge of master to be sure there are no new failures? |
lgtm. @MarcoGorelli can you merge master and ping on greenish |
@MarcoGorelli if you can merge master once more |
thanks @MarcoGorelli |
As requested by @jbrockmendel here